module Base
{
item Prepared_Corn
	{
		DisplayName = Prepared Corn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Prepared_Corn,
		EvolvedRecipe = Soup:4;Stew:4;Stir fry:4;Burger:4;Hotdog:4;Salad:4|Cooked;Rice:4;Pasta:4;Burrito:4|Cooked;Taco:4|Cooked,
		FoodType = Vegetables,
		DaysFresh = 1,
		DaysTotallyRotten = 4,
		ReplaceOnRotten = Base.Dried_Corn,
		HungerChange = -4,
		ThirstChange = -1,
		Calories = 88,
		Carbohydrates = 26.74,
		Lipids = 1.93,
		Proteins = 4.68,
		WorldStaticModel = Prepared_Corn_Ground,
		Tooltip			= Tooltip_Dried_Vegetable,
	}

item Dried_Corn
	{
		DisplayName = Dried Corn,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Dried_Corn,
		EvolvedRecipe = Soup:4;Stew:4;Stir fry:4;Burger:4;Hotdog:4;Salad:4|Cooked;Rice:4;Pasta:4;Burrito:4|Cooked;Taco:4|Cooked,
		FoodType = Vegetables,
		HungerChange = -4,
		ThirstChange = 1,
		Calories = 88,
		Carbohydrates = 26.74,
		Lipids = 1.93,
		Proteins = 4.68,
		WorldStaticModel = Dried_Corn_Ground,
	}

item Sliced_Radish
	{
	    DisplayCategory = Food,
		Type				=		Food,
		DisplayName			=	Sliced Radish,
		Icon				=		Slice_Daikon,
		Weight				=		0.1,
		HungerChange 		=		-3,
		DaysFresh 			=		1,
		DaysTotallyRotten 	=	 	4,
		ReplaceOnRotten = Base.Dried_Radish,
		EvolvedRecipe = Soup:3;Stew:3;Stir fry:3;Burger:3;Salad:3;Sandwich:3,
		ThirstChange	=	-1,
		FoodType    =   Vegetables,
        Carbohydrates = 0.15,
        Proteins = 0,
        Lipids = 0,
        Calories = 1,
        WorldStaticModel = Sliced_Daikon_Ground,
		Tooltip			= Tooltip_Dried_Vegetable,
	}

item Dried_Radish
	{
	    DisplayCategory = Food,
		Type				=		Food,
		DisplayName			=	Dried Radish,
		Icon				=		Dried_Daikon,
		Weight				=		0.1,
		HungerChange 		=		-3,
		ThirstChange = 1,
		EvolvedRecipe = Soup:3;Stew:3;Stir fry:3;Burger:3;Salad:3;Sandwich:3,
		ThirstChange	=	1,
		FoodType    =   Vegetables,
        Carbohydrates = 0.15,
        Proteins = 0,
        Lipids = 0,
        Calories = 1,
        WorldStaticModel = Dried_Daikon_Ground,

	}

item Sliced_Eggplant
	{
		DisplayName = Sliced Eggplant,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.2,
		Icon = Slice_Eggplant,
		EvolvedRecipe = Pizza:4;Omelette:4;Soup:4;Stew:4;Pie:4;Stir fry:4;Burger:4|Cooked;Sandwich:4|Cooked;Salad:4|Cooked;Rice:4;Pasta:4,
		FoodType = Vegetables,
		ReplaceOnRotten = Base.Dried_Eggplant,
		DaysFresh = 1,
		DaysTotallyRotten = 4,
		HungerChange = -4,
		ThirstChange = -2,
		Calories = 114,
		Carbohydrates = 26.93,
		Lipids = 0.82,
		Proteins = 4.49,
		WorldStaticModel = Sliced_EggPlant_Ground,
		Tooltip			= Tooltip_Dried_Vegetable,
	}

item Dried_Eggplant
	{
		DisplayName = Dried Eggplant,
		DisplayCategory = Food,
		Type = Food,
		Weight = 0.1,
		Icon = Dried_Eggplant,
		EvolvedRecipe = Pizza:4;Omelette:4;Soup:4;Stew:4;Pie:4;Stir fry:4;Burger:4|Cooked;Sandwich:4|Cooked;Salad:4|Cooked;Rice:4;Pasta:4,
		FoodType = Vegetables,
		HungerChange = -4,
		ThirstChange = 2,
		Calories = 114,
		Carbohydrates = 26.93,
		Lipids = 0.82,
		Proteins = 4.49,
		WorldStaticModel = Dried_EggPlant_Ground,
	}

item Sliced_Pumpkin
{
    DisplayName             = Sliced Pumpkin,
    DisplayCategory         = Food,
    Type                    = Food,
    Weight                  = 0.2,
    Icon                    = Slice_Pumpkin,
    DaysFresh = 1,
    DaysTotallyRotten = 4,
    ReplaceOnRotten = Base.Dried_Pumpkin,
    HungerChange            = -3,
    Calories                = 101,
    Carbohydrates           = 5.45,
    Lipids                  = 5.61,
    Proteins                = 8.53,
    WorldStaticModel        = Sliced_Pumpkin_Ground,
		Tooltip			= Tooltip_Dried_Vegetable,
}

item Dried_Pumpkin
{
    DisplayName             = Dried Pumpkin,
    DisplayCategory         = Food,
    Type                    = Food,
    Weight                  = 0.1,
    Icon                    = Dried_Pumpkin,
    HungerChange            = -3,
    ThirstChange = 4,
    Calories                = 101,
    Carbohydrates           = 5.45,
    Lipids                  = 5.61,
    Proteins                = 8.53,
    WorldStaticModel        = Dried_Pumpkin_Ground,
}

item Sliced_Zucchini
{
    DisplayName = Sliced Zucchini,
    DisplayCategory = Food,
    Type = Food,
    Weight = 0.3,
    Icon = Slice_Zunichi,
		EvolvedRecipe = Pizza:4;Soup:4;Stew:4;Pie:4;Stir fry:4;Salad:4;Rice:4;Pasta:4;Sandwich:4;Omelette:4,
    FoodType = Vegetables,
    DaysFresh = 1,
    DaysTotallyRotten = 4,
    ReplaceOnRotten = Base.Dried_Zucchini,
    HungerChange = -3,
    ThirstChange = -3,
    Calories = 33,
    Carbohydrates = 6.10,
    Lipids = 0.63,
    Proteins = 2.37,
    WorldStaticModel = Sliced_Zucchini_Ground,
		Tooltip			= Tooltip_Dried_Vegetable,
}

item Dried_Zucchini
{
    DisplayName = Dried Zucchini,
    DisplayCategory = Food,
    Type = Food,
    Weight = 0.2,
    Icon = Dried_zunichi,
		EvolvedRecipe = Pizza:4;Soup:4;Stew:4;Pie:4;Stir fry:4;Salad:4;Rice:4;Pasta:4;Sandwich:4;Omelette:4,
    FoodType = Vegetables,
    HungerChange = -3,
    ThirstChange = 3,
    Calories = 33,
    Carbohydrates = 6.10,
    Lipids = 0.63,
    Proteins = 2.37,
    WorldStaticModel = Dried_Zucchini_Ground,
}

item Prepared_PepperHabanero
{
    DisplayName = Prepared Habanero,
    DisplayCategory = Food,
    Type = Food,
    Weight = 0.1,
    Icon = PepperHabanero,
    EvolvedRecipe = Pizza:2;Omelette:1;Burger:1;Hotdog:1;Soup:2;Stew:2;Stir fry:2;Sandwich:1;Salad:1;Pasta:2;Rice:2;Taco:1;Burrito:1,
    FoodType = HotPepper,
    Spice = true,
    DaysFresh = 1,
    DaysTotallyRotten = 4,
    ReplaceOnRotten = Base.Dried_PepperHabanero,
    HungerChange = -2,
    Calories = 15,
    Carbohydrates = 0,
    Lipids = 0.21,
    Proteins = 0,
    WorldStaticModel = Prepared_PepperHabanero_Ground,
		Tooltip			= Tooltip_Dried_Vegetable,
}

item Dried_PepperHabanero
{
    DisplayName = Dried Habanero,
    DisplayCategory = Food,
    Type = Food,
    Weight = 0.1,
    Icon = Dried_Hananero,
    EvolvedRecipe = Pizza:2;Omelette:1;Burger:1;Hotdog:1;Soup:2;Stew:2;Stir fry:2;Sandwich:1;Salad:1;Pasta:2;Rice:2;Taco:1;Burrito:1,
    FoodType = HotPepper,
    Spice = true,
    HungerChange = -2,
		ThirstChange = 6,
    Calories = 15,
    Carbohydrates = 0,
    Lipids = 0.21,
    Proteins = 0,
    WorldStaticModel = Dried_PepperHabanero_Ground,

}

item Prepared_PepperJalapeno
{
    DisplayName = Prepared Jalapeno,
    DisplayCategory = Food,
    Type = Food,
    Weight = 0.1,
    Icon = PepperJalapeno,
    EvolvedRecipe = Pizza:2;Omelette:1;Burger:1;Hotdog:1;Soup:2;Stew:2;Stir fry:2;Sandwich:1;Salad:1;Pasta:2;Rice:2;Taco:1;Burrito:1,
    FoodType = HotPepper,
    Spice = true,
    DaysFresh = 1,
    DaysTotallyRotten = 4,
    ReplaceOnRotten = Base.Dried_PepperJalapeno,
    HungerChange = -2,
    ThirstChange = 4,
    Calories = 15,
    Carbohydrates = 0,
    Lipids = 0.21,
    Proteins = 0,
    WorldStaticModel = Prepared_PepperJalapeno_Ground,
		Tooltip			= Tooltip_Dried_Vegetable,
}

item Dried_PepperJalapeno
{
    DisplayName = Dried Jalapeno,
    DisplayCategory = Food,
    Type = Food,
    Weight = 0.1,
    Icon = Dried_Jalapeno,
    EvolvedRecipe = Pizza:2;Omelette:1;Burger:1;Hotdog:1;Soup:2;Stew:2;Stir fry:2;Sandwich:1;Salad:1;Pasta:2;Rice:2;Taco:1;Burrito:1,
    FoodType = HotPepper,
    Spice = true,
    HungerChange = -2,
    ThirstChange = 6,
    Calories = 15,
    Carbohydrates = 0,
    Lipids = 0.21,
    Proteins = 0,
    WorldStaticModel = Dried_PepperJalapeno_Ground,
}

/************************ Homemade Pickles ************************/

	item JarPickle_Cabbage
	{
		DisplayName = Jar of Cabbage Pickle,
		HungerChange 		= -20,
		ThirstChange 		= -20,
		Type 		= Food,
		Weight 		= 1,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 3,
		Icon				=		JarGreen,
		ReplaceOnUse 		= EmptyJar,
		ReplaceOnRotten = Base.JarPickle_Cabbage_Ready,
		Carbohydrates = 123,
		Proteins = 27.42,
		Lipids = 2.13,
		Calories = 534,
		StaticModel             = CanClosed,
		WorldStaticModel 		= JarPickle_Cabbage_Ground,
		Tooltip = Tooltip_item_HandmadePickle,
	}

	item JarPickle_Cabbage_Ready
	{
		DisplayName = Jar of Cabbage Pickle,
		HungerChange 		= -30,
		Type 		= Food,
		Weight 		= 1,
		UnhappyChange 		= -20,
		ThirstChange 		= -20,
		EvolvedRecipe = Pizza:5;Omelette:5;Soup:5;Stew:5;Pie:5;Stir fry Griddle Pan:5;Stir fry:5;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;Roasted Vegetables:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Taco:5;Burrito:5,
		Icon				=		JarGreen,
		ReplaceOnUse 		= EmptyJar,
		Carbohydrates = 123,
		Proteins = 27.42,
		Lipids = 2.13,
		Calories = 534,
		StaticModel             = CanClosed,
		WorldStaticModel 		= JarPickle_Cabbage_Ground,
	}

	item JarPickle_Radish
	{
		DisplayName = Jar of Cabbage Pickle,
		HungerChange 		= -10,
		ThirstChange 		= -20,
		Type 		= Food,
		Weight 		= 1,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 3,
		Icon                    = JarBrown,
		ReplaceOnUse 		= EmptyJar,
		ReplaceOnRotten = Base.JarPickle_Radish_Ready,
		Carbohydrates = 0.45,
		Proteins = 0,
		Lipids = 0,
		Calories = 3,
		StaticModel             = CanClosed,
		WorldStaticModel 		= JarPickle_Radish_Ground,
		Tooltip = Tooltip_item_HandmadePickle,
	}

	item JarPickle_Radish_Ready
	{
		DisplayName = Jar of Cabbage Pickle,
		HungerChange 		= -20,
		Type 		= Food,
		Weight 		= 1,
		UnhappyChange 		= -20,
		ThirstChange 		= -20,
		EvolvedRecipe = Pizza:5;Omelette:5;Soup:5;Stew:5;Pie:5;Stir fry Griddle Pan:5;Stir fry:5;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;Roasted Vegetables:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Taco:5;Burrito:5,
		Icon                    = JarBrown,
		ReplaceOnUse 		= EmptyJar,
		Carbohydrates = 0.45,
		Proteins = 0,
		Lipids = 0,
		Calories = 3,
		StaticModel             = CanClosed,
		WorldStaticModel 		= JarPickle_Radish_Ground,
	}

	item JarPickle_Onion
	{
		DisplayName = Jar of Onion Pickle,
		HungerChange 		= -10,
		ThirstChange 		= -20,
		Type 		= Food,
		Weight 		= 1,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 3,
		Icon                    = JarWhite,
		ReplaceOnUse 		= EmptyJar,
		ReplaceOnRotten = Base.JarPickle_Onion_Ready,
  		Calories              = 90,
  		Carbohydrates         = 36,
  		Lipids                = 9,
  		Proteins              = 3,
		StaticModel             = CanClosed,
		WorldStaticModel 		= JarPickle_Onion_Ground,
		Tooltip = Tooltip_item_HandmadePickle,
	}

	item JarPickle_Onion_Ready
	{
		DisplayName = Jar of Onion Pickle,
		HungerChange 		= -20,
		Type 		= Food,
		Weight 		= 1,
		UnhappyChange 		= -20,
		ThirstChange 		= -20,
		EvolvedRecipe = Pizza:5;Omelette:5;Soup:5;Stew:5;Pie:5;Stir fry Griddle Pan:5;Stir fry:5;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;Roasted Vegetables:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Taco:5;Burrito:5,
		Icon                    = JarWhite,
		ReplaceOnUse 		= EmptyJar,
  		Calories              = 90,
  		Carbohydrates         = 36,
  		Lipids                = 9,
  		Proteins              = 3,
		StaticModel             = CanClosed,
		WorldStaticModel 		= JarPickle_Onion_Ground,
	}

	item JarPickle_Jalapeno
	{
		DisplayName = Jar of Jalapeno Pickle,
		HungerChange 		= -10,
		ThirstChange 		= -20,
		Type 		= Food,
		Weight 		= 1,
		DaysFresh 		= 1,
		DaysTotallyRotten 		= 3,
		Icon                    = JarBrown,
		ReplaceOnUse 		= EmptyJar,
		ReplaceOnRotten = Base.JarPickle_Jalapeno_Ready,
		Calories = 45,
		Carbohydrates = 0,
		Lipids = 0.63,
		Proteins = 0,
		StaticModel             = CanClosed,
		WorldStaticModel 		= JarPickle_Jalapeno_Ground,
		Tooltip = Tooltip_item_HandmadePickle,
	}

	item JarPickle_Jalapeno_Ready
	{
		DisplayName = Jar of Jalapeno Pickle,
		HungerChange 		= -20,
		Type 		= Food,
		Weight 		= 1,
		UnhappyChange 		= -20,
		ThirstChange 		= -20,
		EvolvedRecipe = Pizza:5;Omelette:5;Soup:5;Stew:5;Pie:5;Stir fry Griddle Pan:5;Stir fry:5;Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;Roasted Vegetables:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5;Taco:5;Burrito:5,
		Icon                    = JarBrown,
		ReplaceOnUse 		= EmptyJar,
		Calories = 45,
		Carbohydrates = 0,
		Lipids = 0.63,
		Proteins = 0,
		StaticModel             = CanClosed,
		WorldStaticModel 		= JarPickle_Jalapeno_Ground,
	}

	item JarPickle_Cucumber
	{
		DisplayName = Jar of Pickle,
		Type 		= Food,
		Weight 		= 0.8,
		HungerChange        = -15,
		Icon                    = JarPickle,
		Packaged = TRUE,
		EvolvedRecipe       = Sandwich:5;Sandwich Baguette:5;Burger:5;Salad:5;RicePot:5;RicePan:5;PastaPot:5;PastaPan:5,
		FoodType            = NoExplicit,
		Carbohydrates       = 3,
		Proteins            = 0,
		Lipids              = 0,
		Calories            = 15,
		StaticModel             = CanClosed,
		WorldStaticModel 		= JarPickle_Cucumber_Ground,
	}

}